home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / mmu / Mu680x0Libs / Include / pragmas / 68040_pragmas.h next >
C/C++ Source or Header  |  2002-03-12  |  412b  |  16 lines

  1. #ifndef _INCLUDE_PRAGMA_68040_LIB_H
  2. #define _INCLUDE_PRAGMA_68040_LIB_H
  3.  
  4. #ifndef CLIB_68040_PROTOS_H
  5. #include <clib/68040_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(MC68040Base,0x0DE,FPUControl(d0,d1))
  10. #endif
  11. #if defined(_DCC) || defined(__SASC)
  12. #pragma  libcall MC68040Base FPUControl           0DE 1002
  13. #endif
  14.  
  15. #endif    /*  _INCLUDE_PRAGMA_68040_LIB_H  */
  16.